ScOptionsGlsl.vertSupportNonzeroBaseInstance

If true, the backend will assume that InstanceIndex will need to apply a base instance offset. Set to false if you know you will never use base instance functionality as it might remove some internal uniforms.

struct ScOptionsGlsl
bool vertSupportNonzeroBaseInstance;

Meta